home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / sox / com / commerceone / CBL / n1_0 / OrderStatusHeader.mod < prev    next >
Encoding:
Extensible Markup Language  |  2000-07-03  |  1.3 KB  |  51 lines  |  [STrk/SCPL]

  1. <?xml version="1.0"?>
  2. <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
  3.  
  4. <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
  5.  
  6. <intro>
  7. <p>Copyright Notice</p>
  8. <p>Common Business Library 2.0<br/>
  9. Copyright 1999 Commerce One, Inc.</p>
  10. <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
  11. and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
  12. and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p> 
  13. </intro>
  14.  
  15. <!-- 
  16. OSTENQ: SG1
  17.  
  18. This segment is used to identify the parties involved 
  19. in the order status enquiry message. Identification of
  20. the buyer, or buyer's agent, and the supplier, or 
  21. supplier's agent, is mandatory in the order status 
  22. enquiry message. A logistic service provider may act as 
  23. an agent for a buyer or a supplier.
  24.  
  25.  -->
  26.  
  27. <!--  Container for Note  -->
  28. <elementtype name="ListOfNote">
  29.     <model>
  30.             <element type="Note" occurs="+" />
  31.     </model>
  32. </elementtype>
  33.  
  34. <elementtype name="OrderStatusHeader">
  35.     <model>
  36.         <sequence>
  37.  
  38.         <!--  OSTENQ: DTM  -->
  39.         <element type="datetime" name="OrderStatusDate" />
  40.  
  41.         <!--  OSTENQ: NAD  -->
  42.         <element type="OrderParty" />
  43.         
  44.         <!--  OSTENQ: FTX  -->
  45.         <element type="ListOfNote" occurs="?" />
  46.         
  47.         </sequence>
  48.     </model>
  49. </elementtype>
  50. </schema>
  51.